home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Gold Collection
/
Software Vault - The Gold Collection (American Databankers) (1993).ISO
/
cdr25
/
pmdib1.zip
/
PMDIB.H
< prev
next >
Wrap
Text File
|
1992-01-09
|
2KB
|
48 lines
/* pmdib.h - Verb & error constants for PMDIB 1.0
(c) MIDORI S.A. 1991-1992
by skarbat@informat
*/
// API verbs and error code verbs
#define DIB_CREATE_BMP 5000
#define DIB_REFRESH 5010
#define DIB_INVERSE 5020
#define DIB_ACTIVATE 5030
#define DIB_REFRESH_NEW_BMP 5040
#define DIB_WND_BMP_STRETCH 5050
#define DIB_BMP_WND_STRETCH_ON 5060
#define DIB_BMP_WND_STRETCH_OFF 5070
#define DIB_MINIMIZE 5080
#define DIB_MAXIMIZE 5090
#define DIB_RESTORE 5100
#define DIB_EMPTY_WND 5110
#define DIB_DESTROY_WND 5120
#define DIB_HIDE_WND 5130
#define DIB_SHOW_WND 5140
#define DIB_POSITION_RECTL 5150
#define DIB_REPOSITION_INITIAL 5160
#define DIB_ENABLE_POPUPMENU 5170
#define DIB_DISABLE_POPUPMENU 5180
#define DIB_LOCK_UPDATE 5190
#define DIB_UNLOCK_UPDATE 5200
#define DIB_CREATE_BMP_BYPTR 5210
#define DIB_REFRESH_NEW_BMP_BYPTR 5220
// API Error codes
#define DIBERR_BMP_NOTFOUND 6010
#define DIBERR_BMP_ERROR_READING 6020
#define DIBERR_BMP_BAD_SIGNATURE 6030
#define DIBERR_BMP_CORRUPTED 6040
#define DIBERR_BMP_ERROR_READ_COLORS 6050
#define DIBERR_BMP_LARGER_64K 6060
#define DIBERR_PMDIBDLL_EXISTS 6070
#define DIBERR_RESOURCES_NOTFOUND 6080
#define DIBERR_PMDIBDLL_NOEXISTS 6090
#define DIBERR_THREAD_ERROR 6100
#define DIBERR_RECTL_ERROR 6110
#define DIBERR_VERB_UNKNOWN 6120
#define DIBERR_OK 8000